home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #4
/
Amiga Plus Extra 1997 #4.iso
/
pd
/
grafik
/
video easel
/
camrexx
/
soil.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-06-09
|
349b
|
16 lines
/* Soil-Rule idea by Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
PLANEALGORITHM moore centers
return
MakePlane:
stable=(n_west | north | n_east) & ,
(s_west | south | s_east) & ,
(n_west | west | s_west) & ,
(n_east | east | s_east)
new=center & stable
SETPLANE new
return